/* styles */
.violet {
    color: #44036F;
}
.red {
    color: #E43315;
}
.grey-bg {
    background: #F6F6F6;
}
.bold {
    font-weight: 750;
}
.row {
    display: flex;
}
.cnt {
    width: 90%;
    max-width: 432px;
    margin: 0 auto;
}
.v-center {
    align-items: center;
}
.between {
    justify-content: space-between;
}
.gd-1 {
    background: linear-gradient(91.02deg, #612B77 0%, rgba(210, 48, 250, 0) 100%), #A369AF !important;
}
.timer-title {
    font-size: 14px;
    line-height: 17px;
    color: #333;
}
.list {
    font-size: 18px;
    line-height: 26px;
}
.list li {
    position: relative;
}
.list li::before {
    content: '—';
    margin: 0 5px 0 0;

}
div.div_hidden {     /* this will hide div with class div_class_name */
  display:none;
}
.benefits_list1 {
    display: flex;
    padding: 12px 0 12px 7px;
    background: linear-gradient(to right, #e39b00 0%, #e39b00 100%);
    color: #fff;
}
.benefits_list1 .benefit_item1 {
	float: left;
	padding: 0 0 0 34px;
	width: 33%;
	font-size: 10px;
	line-height: 16px;
    position: relative;
    display: flex;
    align-items: center;
}

.benefits_list1 .benefit_item1:nth-child(1):before {
	background-image: url(/images/benefit1_icon.png);
}

.benefits_list1 .benefit_item1:nth-child(2):before {
	background-image: url(/images/star.png);
}

.benefits_list1 .benefit_item1:nth-child(3):before {
	background-image: url(/images/benefit3_icon.png);
}

.benefits_list1 .benefit_item1:before {
	display: block;
	content: '';
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.1) center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}


.description_section2 p {
    font-size: 30px;
}

.description_section2 h2 b {
    color: #44036F;
    padding-bottom: 20px;
}
.description_section2 {
    padding: 0px 0 30px;
    align-items: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    line-height: 30px;
}


.description_section2 .benefits_list2 li {
	padding: 15px 20px 15px 80px;
	background: #e39b00 url(../images/offer__tick_icon.png) 20px center no-repeat;
}

.description_section2 .benefits_list2 li:nth-child(even) {
	background-color: #fff;
}




.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
	padding-bottom: 0px;
    width: 40%;
}
body {
	min-width: 480px;
	background: #eee;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	color: #333;
	cursor: default;
}

.main_wrapper {
	margin: 0 auto;
	width: 480px;
	background: #fff;
	overflow: hidden;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

img {
	max-width: 100%;
	height: auto;
}

b {
	font-weight: 700;
}

/* button */

.button_block {
	padding: 0 0 6px;
	position: relative;
}

.button_block1 {
	padding: 15px 5px 0px;
	position: relative;
}

.button_block:before {
	display: block;
	content: '';
	width: 100%;
	height: 16px;
	background: url(../images/button_shadow.png) center no-repeat;
	position: absolute;
	bottom: -16px;
	left: 0;
}

.button {
	display: block;
	margin: 0 auto;
	width: 380px;
	height: 76px;
	border: none;
	background: #ffbd00;
	-webkit-box-shadow: 0 6px 0 0 #e39b00;
	-moz-box-shadow: 0 6px 0 0 #e39b00;
	box-shadow: 0 6px 0 0 #e39b00;
	font-family: 'Open Sans', sans-serif;
	font-weight: 800;
	font-size: 26px;
	line-height: 76px;
	letter-spacing: 2px;
	color: #333333;
	text-shadow: 0 1px 2px #ffd467;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}

/* titles */

h2 {
	text-transform: uppercase;
	text-align: center;
}

h2 small {
	display: block;
	font-weight: 400;
	font-size: 26px;
	line-height: 30px;
}

h2 b {
	display: block;
	font-weight: 800;
	font-size: 29px;
	line-height: 36px;
}

/* video */

.video_block {
	width: 440px;
	height: 240px;
	background-color: #000;
	overflow: hidden;
	position: relative;
	margin: 0px auto;
}

.video_block iframe,
.video_block object,
.video_block embed {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

/* offer */

.offer_section .title_block {
	padding: 15px 0;
	background-color: #D6702C;
	background-image: -webkit-gradient(linear, left top, right top, from(#D6702C), to(#D6B05E));
	background-image: -webkit-linear-gradient(left, #D6702C 0%, #D6B05E 100%);
	background-image: -moz-linear-gradient(left, #D6702C 0%, #D6B05E 100%);
	background-image: -o-linear-gradient(left, #D6702C 0%, #D6B05E 100%);
	background-image: linear-gradient(to right, #D6702C 0%, #D6B05E 100%);
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.offer_section .main_title {
	margin: 0 0 5px;
	font-weight: 800;
	font-size: 58px;
	line-height: 58px;
	letter-spacing: 2px;
}

.offer_section .subtitle {
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
	text-transform: none;
}
.offer_section .subtitle_block{
	text-transform: uppercase;
	text-align: center;
	background: #f6f6f6;
	font-weight: 300;
	padding: 12px 0;
	font-size: 24px;
	letter-spacing: 4px;
}
.offer_section .image_block {
	position: relative;
}

.offer_section .image {
	display: block;
	margin: 0 auto;
}

.offer_section .discount {
	padding: 3px 0 0 20px;
	width: 128px;
	height: 68px;
	background: url(../images/offer__discount_bg.png) center no-repeat;
	font-size: 18px;
	line-height: 26px;
	text-transform: uppercase;
	position: absolute;
	top: 30px;
	left: 0;
}

.offer_section .discount b {
	display: block;
	font-weight: 800;
	font-size: 36px;
	line-height: 36px;
}

.offer_section .benefits_list li {
    font-size: 14px;
    color: #000;
    line-height: 17px;
	padding: 22px 20px 22px 80px;
	background: #f6f6f6 url(../images/offer__tick_icon.png) 20px center no-repeat;
}

.offer_section .benefits_list li:nth-child(even) {
	background-color: #fff;
}

.offer_section .price_block {
	position: relative;
}

.offer_section .price_block:before {
	display: block;
	content: '';
	width: 100%;
	height: 21px;
	background: url(../images/price_shadow.png) center top no-repeat;
	position: absolute;
	bottom: -21px;
	left: 0;
}

.offer_section .price_block .price_item {
	float: left;
	padding: 10px 0 0;
	width: 50%;
	height: 70px;
	text-align: center;
}

.offer_section .price_block .price_item.new {
	background: #ffbd00;
	color: #000;
}

.offer_section .price_block .price_item.new:before {
	display: block;
	content: '';
	border-top: 70px solid #fff;
	border-right: 20px solid #ffbd00;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -10px;
}

.offer_section .price_block .text {
	margin: 0 0 2px;
	font-size: 14px;
	line-height: 14px;
}

.offer_section .price_block .text span {
	padding: 2px 5px 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ee3737;
	color: #fff;
}

.products_count span {
    display: block;
	padding: 2px 5px 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background: #ee3737;
	color: #fff;
}
.title-block {
    padding: 30px 0;
    background: #F6F6F6;
}
.title {
    font-style: normal;
    font-weight: 750;
    font-size: 24px;
    line-height: 29px;
    text-align: center;

    color: #44036F;
}


.offer_section .price_block .value {
	font-size: 34px;
	line-height: 34px;
}

.offer_section .price_block .price_item.old .value {
	text-decoration: line-through;
}

.offer_section .price_block .price_item.new .value {
	font-weight: 800;
}

.offer_section .order_block {
	padding: 0 0 25px;
	background-color: #0e58a1;
	background-image: -webkit-gradient(linear, left top, right top, from(#0e58a1), to(#30b5fa));
	background-image: -webkit-linear-gradient(left, #0e58a1 0%, #30b5fa 100%);
	background-image: -moz-linear-gradient(left, #0e58a1 0%, #30b5fa 100%);
	background-image: -o-linear-gradient(left, #0e58a1 0%, #30b5fa 100%);
	background-image: linear-gradient(to right, #88a7aa 0%, #88a7aa 100%);
}

.offer_section .timer_block {
	margin: 0 0 20px;
	color: #fff;
	text-align: center;
}

.offer_section .timer_block p {
	margin: 0 auto 15px;
	padding: 15px;
	width: 310px;
	background: rgba(255,255,255,0.1);
	font-weight: 300;
	font-size: 20px;
	line-height: 20px;
	position: relative;
}
.offer_section .timer_block p:before{
	content: '';
	width: 42px;
	height: 29px;
	background: url(../images/timer_block_arrow.png) 50% 50% no-repeat;
	position: absolute;
	top: 5px;
	left: -35px;
}

.offer_section .timer_item {
	display: inline-block;
	vertical-align: middle;
	margin: 0 15px;
}

.offer_section .timer_item .count {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	font-size: 44px;
    line-height: 44px;
    font-weight: 700;
}

.offer_section .timer_item .text {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
    line-height: 14px;
    font-weight: 700;
}
.head-timer {
    padding: 8px 0;
}
.head-timer .timer_block {
    color: #000;
    font-weight: 750;
    font-size: 24px;
    line-height: 29px;
    margin: 0;
}
.head-timer .timer_item .count {
    font-weight: 750;
    font-size: 24px;
    line-height: 29px;
    margin: 0;
}
.head-timer .timer_item .text {
    font-weight: normal;
    font-size: 12px;
}
.head-timer .timer_item {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
    margin: 0 4px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.head-timer .timer_item::after {
    content: ':';
    position: absolute;
    right: 0;
    right: -9px;
    top: 13px;
}
.head-timer .timer_item:last-child::after {
    display: none;
}

.offer_section .products_count {
	margin: 25px 0 0;
	color: #fff;
    text-align: center;
    font-weight: 700;
}

.offer_section .products_count b {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 5px 0;
	padding: 4px 6px;
	background: #3faceb;
	font-size: 24px;
}

.offer_section .select,
.offer_section .input {
	display: block;
	margin: 0 auto 15px;
	text-align: center;
	width: 380px;
	height: 66px;
	border: none;
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #333;
	outline: none;
}

.offer_section .select {
	background-image: url(../images/select_arrow.png);
	background-position: 338px center;
	background-repeat: no-repeat;
}

.offer_section .input::-webkit-input-placeholder {
	opacity: 1;
	color: #333;
}

.offer_section .input:-moz-placeholder {
	opacity: 1;
	color: #333;
}

.offer_section .input::-moz-placeholder {
	opacity: 1;
	color: #333;
}

.offer_section .input:-ms-input-placeholder {
	opacity: 1;
	color: #333;
}

.offer_section .input:focus::-webkit-input-placeholder {
	opacity: 0;
}

.offer_section .input:focus:-moz-placeholder {
	opacity: 0;
}

.offer_section .input:focus::-moz-placeholder {
	opacity: 0;
}

.offer_section .input:focus:-ms-input-placeholder {
	opacity: 0;
}

/* benefits 1 */

.benefits1_section {
	padding: 30px 20px 70px;
}

.benefits1_section h2 {
	margin: 0 0 30px;
}

.benefits1_section h2 b {
	color: #44036F;
}

.benefits1_list {
	font-size: 0;
	line-height: 0;
	letter-spacing: -1px;
	text-align: center;
}

.benefits1_list .benefit_item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px 30px 0;
	width: 210px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: normal;
}

.benefits1_list .benefit_item:nth-child(even) {
	margin: 0 0 30px;
}

.benefits1_list .benefit_item img {
	display: block;
	margin: 0 auto 15px;
}

.benefits1_list .benefit_item h4 {
	font-weight: 700;
}

.benefits1_list .benefit_item:last-child {
	margin: 0 0 30px;
}

.benefits1_list .benefit_item:last-child img {
	margin: -25px 0 0 -15px;
	width: 240px;
	max-width: 240px;
}
.benefits1_section .desc{
	width: 440px;
	background: #f5f5f5;
	border-radius: 10px;
	padding: 40px 0 0;
	text-align: center;
	border: 1px solid transparent;
	position: relative;
}
.benefits1_section .desc:before{
	content: '';
	background: url(../images/desc_icon.png);
	width: 121px;
	height: 121px;
	position: absolute;
	top: -57px;
	left: 50%;
	margin: 0 0 0 -60px;
}
.benefits1_section .desc>p{
	padding: 0 40px;
	line-height: 1.8em;
}
.benefits1_section .desc .button{
	margin: 20px auto -30px;
	width: 380px;
}
/* benefits 2 */

.benefits2_section {
	padding: 30px 0 0px;
}

.benefits2_section.dark_theme {
	background-image: -webkit-gradient(linear, left top, right top, from(#166eb6), to(#289de3));
	background-image: -webkit-linear-gradient(left, #166eb6 0%, #289de3 100%);
	background-image: -moz-linear-gradient(left, #166eb6 0%, #289de3 100%);
	background-image: -o-linear-gradient(left, #166eb6 0%, #289de3 100%);
	background-image: linear-gradient(to right, #D836C4 0%, #D861C9 100%);
	color: #fff;
}

.benefits2_section h2 {
	margin: 0 20px 30px;
}

.benefits2_section h2 b {
	color: #4aace9;
}

.benefits2_section.dark_theme h2 b {
	color: #fff;
}

.benefits2_list .benefit_item {
	display: table;
	padding: 15px 0;
	width: 100%;
}

.benefits2_list .benefit_item:nth-child(odd) {
	background: #f8f8f8;
}

.benefits2_section.dark_theme .benefits2_list .benefit_item:nth-child(odd) {
	background: rgba(43,45,59,0.2);
}

.benefits2_list .image_block {
	display: table-cell;
	vertical-align: top;
	width: 200px;
}

.benefits2_list.va_middle .image_block {
	vertical-align: middle;
}

.benefits2_list .image_block img {
	display: block;
}

.benefits2_list .text_block {
	display: table-cell;
	vertical-align: top;
	padding: 0 20px;
	text-align: center;
}

.benefits2_list.va_middle .text_block {
	vertical-align: middle;
}

.benefits2_list .text_block h4 {
	margin: 0 0 5px;
	font-weight: 700;
	font-size: 18px;
	line-height: 26px;
}

/* benefits 3 */

.benefits3_section {
	padding: 30px 0;
}

.benefits3_section h2 {
	margin: 0 0 30px;
}

.benefits3_section h2 b {
	color: #4aace9;
}

.benefits3_section .video_block {
	margin: 0 0 30px;
}

.benefits3_list .benefit_item {
	display: table;
	margin: 0 0 15px;
	padding: 0 20px;
	width: 100%;
}

.benefits3_list .benefit_item:last-child {
	margin: 0;
}

.benefits3_list .benefit_item:nth-child(even) {
	padding: 15px 20px;
	background: #f8f8f8;
}

.benefits3_list .benefit_item .number_block,
.benefits3_list .benefit_item .icon_block {
	display: table-cell;
	vertical-align: top;
	width: 33px;
}

.benefits3_list .benefit_item.va_middle .number_block,
.benefits3_list .benefit_item.va_middle .icon_block {
	vertical-align: middle;
}

.benefits3_list .benefit_item .number {
	width: 33px;
	height: 33px;
	background: url(../images/icons.png) -37px top no-repeat;
	font-weight: 700;
	font-size: 18px;
	line-height: 33px;
	color: #4aace9;
	text-align: center;
}

.benefits3_list .benefit_item .icon {
	width: 33px;
	height: 33px;
	background: url(../images/icons.png) -77px top no-repeat;
}

.benefits3_list .benefit_item .text_block {
	display: table-cell;
	vertical-align: top;
	padding: 0 0 0 15px;
}

.benefits3_list .benefit_item p {
	margin-top: -7px;
}

.benefits3_list .benefit_item.va_middle .text_block {
	vertical-align: middle;
	margin: 0;
}

.benefits3_list .benefit_item.va_middle p {
	margin: 0;
}

/* image */

.image_block {
	overflow: hidden;
	position: relative;
}

.image_block .image {
	display: block;
	margin: 0 auto;
}

.image_block h4 {
	padding: 10px 20px;
	width: 400px;
	background: #4aace9;
	-webkit-box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.2);
	box-shadow: 0 0 18px 3px rgba(0, 0, 0, 0.2);
	font-weight: 700;
	font-size: 18px;
	color: #fff;
	text-align: center;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -200px;
}

/* description */

.description_section {
	padding: 30px 0 30px;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f4f4f3));
	background-image: -webkit-linear-gradient(bottom, #fff 0%, #f4f4f3 100%);
	background-image: -moz-linear-gradient(bottom, #fff 0%, #f4f4f3 100%);
	background-image: -o-linear-gradient(bottom, #fff 0%, #f4f4f3 100%);
	background-image: linear-gradient(to top, #fff 0%, #f4f4f3 100%);
}
.description_section.brd:after{
	content: '';
	width: 440px;
	height: 2px;
	display: block;
	background: #f5f5f5;
	margin: 0px auto;
}
.description_section.s5{
	padding-bottom: 30px;
}
.description_section h2 {
	margin: 0 0 30px;
}

.description_section h2 b {
	color: #44036F;
}
.text_block {
    padding: 1rem 0;
}
.description_section .text_block {
	padding: 10px 10px 30px;
	text-align: center;
}

.description_section .text_block p {
	margin: 0 0 15px;
	line-height: 1.8em;
}

.description_section .text_block p:last-child {
	margin: 0;
}

.description_section .image {
	display: block;
	margin: 0 auto;
}

/* characteristics */

.characteristics_section {
	padding: 30px 0;
	background-color: #166eb6;
	background-image: -webkit-gradient(linear, left top, right top, from(#166eb6), to(#289de3));
	background-image: -webkit-linear-gradient(left, #166eb6 0%, #289de3 100%);
	background-image: -moz-linear-gradient(left, #166eb6 0%, #289de3 100%);
	background-image: -o-linear-gradient(left, #166eb6 0%, #289de3 100%);
	background-image: linear-gradient(to right, #166eb6 0%, #289de3 100%);
	color: #fff;
}
.description_section .desc{
	padding: 20px 40px;
	text-align: center;
}
.description_section.s5 .text_block{
	background: url(../images/desc_bg.png) 50% 0% no-repeat;
	padding-top: 50px;
}
.characteristics_section h2 {
	margin: 0 0 30px;
}
.img_block{
	position: relative;
}
.img_block .discount{
	position: absolute;
	right: 10;
	top: 10px;
	font-size: 18px;
	text-align: left;
	padding: 10px 15px 10px 10px;
	text-transform: uppercase;
}
.img_block .discount b{
	font-size: 36px;
	line-height: 1.01em;
	display: block;
}
.characteristics_section .slider:before {
	display: block;
	content: '';
	width: 100%;
	height: 19px;
	background: url(../images/slider_shadow.png) center no-repeat;
	position: absolute;
	bottom: -19px;
	left: 0;
}

.characteristics_section .owl-prev,
.characteristics_section .owl-next {
	padding: 12px 16px;
	width: 44px;
	height: 44px;
	background: #f9c802;
	position: absolute;
	top: 50%;
	margin-top: -22px;
}

.characteristics_section .owl-prev {
	-webkit-border-radius: 0 6px 6px 0;
	-moz-border-radius: 0 6px 6px 0;
	border-radius: 0 6px 6px 0;
	left: 0;
}

.characteristics_section .owl-next {
	-webkit-border-radius: 6px 0 0 6px;
	-moz-border-radius: 6px 0 0 6px;
	border-radius: 6px 0 0 6px;
	right: 0;
}

.characteristics_section .owl-prev:before,
.characteristics_section .owl-next:before {
	display: block;
	content: '';
	width: 12px;
	height: 20px;
	background: url(../images/icons.png) no-repeat;
}

.characteristics_section .owl-prev:before {
	background-position: left -37px;
}

.characteristics_section .owl-next:before {
	background-position: -17px -37px;
}

.characteristics_section ul {
	margin: 30px 20px;
}

.characteristics_section ul li {
	margin: 0 0 14px 18px;
	padding: 0 0 2px;
	border-bottom: 1px dashed rgba(255,255,255,0.3);
	text-align: right;
	position: relative;
}

.characteristics_section ul li:last-child {
	margin: 0 0 0 18px;
}

.characteristics_section ul li:before {
	display: block;
	content: '';
	width: 8px;
	height: 13px;
	background: url(../images/icons.png) -37px -40px no-repeat;
	position: absolute;
	top: 5px;
	left: -18px;
}

.characteristics_section ul li b {
	float: left;
}

/* reviews */

.reviews_section {
	padding: 30px 20px;
	background-image: -webkit-gradient(linear, left top, right top, from(#166eb6), to(#289de3));
	background-image: -webkit-linear-gradient(left, #166eb6 0%, #289de3 100%);
	background-image: -moz-linear-gradient(left, #166eb6 0%, #289de3 100%);
	background-image: -o-linear-gradient(left, #166eb6 0%, #289de3 100%);
	background-image: linear-gradient(to right, #983FD5 0%, #A967D5 100%);
	color: #fff;
}

.reviews_section .text_block {
	padding: 30px 20px;
	text-align: left;
}

.reviews_section .text_block p {
	margin: 0 0 15px;
	line-height: 1.8em;
}

.reviews_section .text_block p:last-child {
	margin: 0;
}

.reviews_section h2 {
	margin: 0 0 30px;
}

.reviews_section h2 b {
	color: #fff;
}

.reviews_section .reviews_list {
	padding: 25px;
	background: #f7f7f7;
	text-align: center;
	color: #222;
}
.review_item .photo{
	border: 1px solid #d9d9d9;
}
.reviews_section .author_info {
	margin: 30px 0 25px;
}

.reviews_section .author_info b {
	font-weight: 800;
	font-size: 18px;
}

.reviews_section .owl-prev,
.reviews_section .owl-next {
	width: 25px;
	height: 42px;
	background: url(../images/icons.png) no-repeat;
	position: absolute;
	top: 307px;
}

.reviews_section .owl-prev {
	background-position: -52px -37px;
	left: 35px;
}

.reviews_section .owl-next {
	background-position: -81px -37px;
	right: 35px;
}

/* order info 1 */

.order_info1_section {
	padding: 30px 20px;
	background-color: #333;
	/*background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f8f8f8));
	background-image: -webkit-linear-gradient(bottom, #fff 0%, #f8f8f8 100%);
	background-image: -moz-linear-gradient(bottom, #fff 0%, #f8f8f8 100%);
	background-image: -o-linear-gradient(bottom, #fff 0%, #f8f8f8 100%);
	background-image: linear-gradient(to top, #fff 0%, #f8f8f8 100%);*/
}

.order_info1_section h2 {
	margin: 0 0 30px;
}

.order_info1_section h2 b {
	color: #44026f;
}

.order_info1_list .info_item {
	display: table;
	margin: 0 0 20px;
	width: 100%;
}

.order_info1_list .info_item:last-child {
	margin: 0;
}

.order_info1_list .image_block {
	display: table-cell;
	vertical-align: middle;
	width: 220px;
}

.order_info1_list .image_block img {
	display: block;
	border: 1px solid #d7d7d7;
}

.order_info1_list .text_block {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 20px;
}

.order_info1_list .text_block h4 {
	margin: 0 0 5px;
	font-weight: 800;
	text-transform: uppercase;
}

.order_info1_list .text_block p {
	font-size: 14px;
	line-height: 22px;
}

/* order info 2 */

.order_info2_section {
	padding: 30px 20px;
	background-color: #f8f8f8;
	background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(#f8f8f8));
	background-image: -webkit-linear-gradient(bottom, #fff 0%, #f8f8f8 100%);
	background-image: -moz-linear-gradient(bottom, #fff 0%, #f8f8f8 100%);
	background-image: -o-linear-gradient(bottom, #fff 0%, #f8f8f8 100%);
	background-image: linear-gradient(to top, #fff 0%, #f8f8f8 100%);
}

.order_info2_section h2 {
	margin: 0 0 30px;
}

.order_info2_section h2 b {
	color: #44036F;
}

.order_info2_list .info_item {
	display: table;
	margin: 0 0 25px;
	padding: 0 0 26px;
	width: 100%;
	position: relative;
}

.order_info2_list .info_item:last-child {
	margin: 0;
	padding: 0;
}

.order_info2_list .info_item:before {
	display: block;
	content: '';
	width: 480px;
	height: 1px;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(50%, rgba(0,0,0,0.2)), to(rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 50%, rgba(255,255,255,0) 100%);
	background-image: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 50%, rgba(255,255,255,0) 100%);
	background-image: -o-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 50%, rgba(255,255,255,0) 100%);
	background-image: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(0,0,0,0.2) 50%, rgba(255,255,255,0) 100%);
	position: absolute;
	bottom: 0;
	left: -20px;
}

.order_info2_list .info_item:last-child:before {
	display: none;
}

.order_info2_list .icon_block {
	display: table-cell;
	vertical-align: middle;
	width: 88px;
}

.order_info2_list .icon_block img {
	display: block;
}

.order_info2_list p {
	display: table-cell;
	vertical-align: middle;
	padding: 0 0 0 20px;
}

/* footer */

.footer_section {
	padding: 25px 0;
	font-size: 14px;
	line-height: 22px;
	text-align: center;
}

.footer_section img {
	display: block;
	margin: 0 auto 10px;
}

.footer_section a {
	color: #222;
}












.vote_section .vote_block {
    padding: 40px;
    background: #fff;
    -webkit-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
    -moz-box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
    box-shadow: 0 0 27px rgba(2, 2, 2, 0.1);
}
.vote_section .questions_list {
    margin: 0 0 22px;
}
.vote_section .voice_count {
    text-align: center;
}
.vote_section .question_item {
    margin: 0 0 20px;
    height: 50px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #f0f0f0;
    -webkit-box-shadow: 0 0 0 1px #dedede inset;
    -moz-box-shadow: 0 0 0 1px #dedede inset;
    box-shadow: 0 0 0 1px #dedede inset;
    overflow: hidden;
    position: relative;
    cursor: pointer;
}
.vote_section .question_item:nth-child(1) .line {
    background: #7ac700;
}
.vote_section .question_item .line {
    /* display: none; */
    width: 0%;
    height: 50px;
    position: absolute;
    top: 0;
    left: 0;
    transition: all .4s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.vote_section .question_item .question_text {
    float: left;
    padding: 0 0 0 20px;
    line-height: 50px;
    position: relative;
}
.vote_section .question_item .percents {
    display: none;
    float: right;
    padding: 0 20px 0 0;
    font-weight: 700;
    line-height: 50px;
    text-align: right;
    position: relative;
}
.vote_section .question_item .question_text:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    content: '';
    margin: -2px 10px 0 -5px;
    width: 18px;
    height: 18px;
    border: 4px solid #fff;
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    border-radius: 9px;
}
.vote_section .question_item:nth-child(1) .question_text:before {
    background: #7ac700;
}
.question_text > p {
    display: inline-block;
}
.vote_section .question_item:nth-child(2) .line {
    background: #e43315;
}
.vote_section .question_item:nth-child(2) .question_text:before {
    background: #e43315;
}
.vote_section .question_item:nth-child(3) .line {
    background: #f5ca16;
}
.vote_section .question_item:nth-child(3) .question_text:before {
    background: #f5ca16;
}
.voice_count > p {
    display: inline-block;
}
.vote_section .voice_count b {
    margin: 0 0 0 5px;
    padding: 3px 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #7ac700;
    color: #fff;
}
b > p {
    display: inline-block;
}
.vote_section .questions_list.active .question_item .line {
    display: block;
}
.vote_section .questions_list.active .question_item .percents {
    display: block;
}

.vote_section .questions_list.active .line-1 {
    width: 82%;
}
.vote_section .questions_list.active .line-2 {
    width: 4%;
}
.vote_section .questions_list.active .line-3 {
    width: 14%;
}
.vote_section .questions_list.active .question_text:before {
    display: none;
}
.footer-payments {
    justify-content: center;
    margin: 1.4rem 0 0 0;
}
.footer-payments img {
    width: 100px;
    padding: 0;
    margin: 0 5px;
}

.slider {
    padding: 30px 0;
}
.descr {
    font-weight: 450;
    font-size: 14px;
    line-height: 17px;
}

.slider .slick-next {
    right: 20px;
}
.slider .slick-prev {
    left: 0;
}
.slider .slick-next, .slider .slick-prev {
    z-index: 100;
}

.slider .slick-prev::before,
.slider .slick-next::before {
    color: #2fb7f8;
    font-size: 40px;
}




/* @import 'https://fonts.googleapis.com/css?family=Roboto+Condensed:300&subset=cyrillic'; */

#call-but-m1,.call-cont-m1,.call-cont-m1-front,.call-cont-m1-back,.call-m1-pulse-one,.call-m1-pulse-two{margin: 0; padding: 0; border: 0; outline: 0; font-family: 'Roboto Condensed', sans-serif;}
#call-but-m1,.call-cont-m1,.call-cont-m1-front,.call-cont-m1-back,.call-m1-pulse-one,.call-m1-pulse-two{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
button,input{outline: none;}

#call-but-m1{
    position: fixed;
    width: 170px;
    height: 170px;
    z-index: 99999;
    right: 1%;
    bottom: 11%;
    display: none;
}
.call-cont-m1{
     position: absolute;
     width: 120px;
     height: 120px;
     background: rgba(46, 198, 239, 0.8) !important;
     margin: auto;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     z-index: 3;
     font-family: 'Roboto Condensed', sans-serif;
     cursor: pointer;
     -webkit-box-shadow:
         0 0 0 8px rgba(88, 209, 243, 0.6);
     -moz-box-shadow:
         0 0 0 8px rgba(88, 209, 243, 0.6);
     box-shadow:
         0 0 0 8px rgba(88, 209, 243, 0.6);
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     overflow: hidden;
     webkit-transition: -webkit-transform 1s;
    -moz-transition: -moz-transform 1s;
    -ms-transition: -moz-transform 1s;
    -o-transition: -o-transform 1s;
    transition: transform 1s;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.call-cont-m1-back{
    display: none;
}
.spinner-m1 .call-cont-m1-front{
    display: none;
}
.spinner-m1 .call-cont-m1-back{
    display: block;
    padding-top: 58px;
    font-size: 14px;
    line-height: 1.5em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: url(/images/call-phone-m1.png) center 16px no-repeat;
}
.call-cont-m1-front{
    width: 120px;
    height: 120px;
    background: url(/images/4.png) center bottom no-repeat;
}
.call-m1-pulse-one{
     position: absolute;
     width: 150px;
     height: 150px;
     margin: auto;
     top: 0;
     left: 0;
     bottom: 0;
     right: 0;
     z-index: 1;
     opacity: 0;
     border: 3px solid rgba(46, 198, 239,.1);
     -webkit-animation: pulsem1 3s linear infinite;
     -moz-animation: pulsem1 3s linear infinite;
     animation: pulsem1 3s linear infinite;
     -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
     border-radius: 50%;
     -webkit-box-shadow: inset 0px 0px 15px 10px rgba(24, 180, 222, 0.8);
     -moz-box-shadow: inset 0px 0px 15px 10px rgba(24, 180, 222, 0.8);
     box-shadow: inset 0px 0px 15px 10px rgba(24, 180, 222, 0.8);
     -moz-box-sizing: border-box;
     -webkit-box-sizing: border-box;
     box-sizing: border-box;
}
.call-m1-pulse-two{
    position: absolute;
    width: 150px;
    height: 150px;
    margin: auto;
    top: 0; left: 0; bottom: 0; right: 0;
    z-index: 2;
    opacity: 0;
    border: 1px solid rgba(46, 198, 239, 1);
    -webkit-animation: pulsem2 3s linear infinite;
    -moz-animation: pulsem2 3s linear infinite;
    animation: pulsem2 3s linear infinite;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: inset 0px 0px 12px 5px rgba(46, 198, 239, 0.8);
    -moz-box-shadow: inset 0px 0px 12px 5px rgba(46, 198, 239, 0.8);
    box-shadow: inset 0px 0px 12px 5px rgba(46, 198, 239, 0.8);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.spinner-m1{
    -webkit-transform: rotateY( 360deg );
    -moz-transform: rotateY( 360deg );
    -ms-transform: rotateY( 360deg );
    -o-transform: rotateY( 360deg );
    transform: rotateY( 360deg );
}
@-webkit-keyframes pulsem1 {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    50% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    60% {
        -webkit-transform: scale(.9);
        opacity: .2;
    }

    70% {
        -webkit-transform: scale(1.1);
        opacity: .35;
    }

    80% {
        -webkit-transform: scale(1.25);
        opacity: .2;
    }

    100% {
        -webkit-transform: scale(1.4);
        opacity: 0;
    }
}

@-moz-keyframes pulsem1 {
    0% {
        -moz-transform: scale(.6);
        opacity: 0;
    }

    50% {
        -moz-transform: scale(.6);
        opacity: 0;
    }

    60% {
        -moz-transform: scale(.9);
        opacity: .2;
    }

    70% {
        -moz-transform: scale(1.1);
        opacity: .35;
    }

    80% {
        -moz-transform: scale(1.25);
        opacity: .2;
    }

    100% {
        -moz-transform: scale(1.4);
        opacity: 0;
    }
}

@keyframes pulsem1 {
    0% {
        transform: scale(.6);
        opacity: 0;
    }

    50% {
        transform: scale(.6);
        opacity: 0;
    }

    60% {
        transform: scale(.9);
        opacity: .1;
    }

    70% {
        transform: scale(1.1);
        opacity: .25;
    }

    80% {
        transform: scale(1.25);
        opacity: .1;
    }

    100% {
        transform: scale(1.4);
        opacity: 0;
    }
}

@-webkit-keyframes pulsem2 {
    0% {
        -webkit-transform: scale(.6);
        opacity: 0;
    }

    40% {
        -webkit-transform: scale(.8);
        opacity: .05;
    }

    50% {
        -webkit-transform: scale(1);
        opacity: .1;
    }

    60% {
        -webkit-transform: scale(1.1);
        opacity: .3;
    }

    80% {
        -webkit-transform: scale(1.2);
        opacity: .1;
    }

    100% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }
}

@-moz-keyframes pulsem2 {
    0% {
        -moz-transform: scale(.6);
        opacity: 0;
    }

    40% {
        -moz-transform: scale(.8);
        opacity: .05;
    }

    50% {
        -moz-transform: scale(1);
        opacity: .1;
    }

    60% {
        -moz-transform: scale(1.1);
        opacity: .3;
    }

    80% {
        -moz-transform: scale(1.2);
        opacity: .1;
    }

    100% {
        -moz-transform: scale(1.3);
        opacity: 0;
    }
}

@keyframes pulsem2 {
    0% {
        transform: scale(.6);
        opacity: 0;
    }

    40% {
        transform: scale(.8);
        opacity: .05;
    }

    50% {
        transform: scale(1);
        opacity: .1;
    }

    60% {
        transform: scale(1.1);
        opacity: .3;
    }

    80% {
        transform: scale(1.2);
        opacity: .1;
    }

    100% {
        transform: scale(1.3);
        opacity: 0;
    }
}


#m1-form, #m1-form>div, .close-m1, .popup-m1-title, .popup-m1-cont, .popup-m1-form, .popup-m1-text2, .popup-m1-text1, #m1-form .popup-m1-form input[type="text"],#m1-form .popup-m1-form button{width: auto; max-width: none; height: auto; max-height: none; margin: 0; padding: 0; border: 0; outline: 0; float: none; position: relative; background: none; line-height: normal; font-family: "Tahoma", "Geneva", "Kalimati", sans-serif; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
#m1-form {
    position: fixed;
    display: none;
    width: 450px;
    margin-left: -225px;
    margin-top: -280px;
    top: 50%;
/*    top: 10%;*/
    left: 50%;
    background: #fff;
    z-index: 9999999;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow:    0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow:         0px 0px 0px 0px rgba(0, 0, 0, 0);
}
#m1-form a.close-m1 {
    position: absolute;
    display: block;
    width: 28px;
    height: 28px;
    line-height: 26px;
    top: 3px;
    right: 3px;
    background: transparent;
    font-size: 24px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    z-index: 999;
}
#m1-form a.close-m1:before{
    content: '\00D7';
}
#m1-form>div{
    position: relative;
    width: 100%;
    overflow: hidden;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
#m1-form .popup-m1-title{
    position: relative;
    padding: 20px 0px 16px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    letter-spacing: 0.7px;
    line-height: 1.3em;
    color: #fff;
    background: #64ca50;
}
#m1-form .popup-m1-title:before, #m1-form .popup-m1-title:after {
    content: "";
    position: absolute;
    width: 50%;
    height: 20px;
    bottom: -10px;
    background: #64ca50;
}
#m1-form .popup-m1-title:before {
    left: 0;
    transform: skew(0deg, 4deg);
}
#m1-form .popup-m1-title:after {
    right: 0;
    transform: skew(0deg, -4deg);
}
#m1-form .popup-m1-cont{
    position: relative;
    padding: 45px 20px 30px;
    color: #333;
    font-size: 17px;
    line-height: 1.5em;
}
#m1-form .popup-m1-cont div.popup-m1-text1{
    text-align: center;
}
#m1-form .popup-m1-form{
    position: relative;
    display: block;
    height: auto;
    width: auto;
    background: none;
    padding: 30px 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow:    0 0 0 0;
    box-shadow:         0 0 0 0;
}
#m1-form .popup-m1-form:after{
    content: '';
    display: block;
    clear: both;
    height: 0px;
}
#m1-form .popup-m1-form input[type="tel"],
#m1-form .popup-m1-form input[type="text"],#m1-form .popup-m1-form button{
    border: 0;
    outline: 0;
    margin: 0;
    padding: 0;
    font-style: normal;
    font-weight: 400;
    text-transform: none;
    background: #fff;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow:    0 0 0 0;
    box-shadow:         0 0 0 0;
    position: relative;
    display: block;
    margin: 0 auto;
    text-align: left;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    outline: none;
}
#m1-form .popup-m1-form button{
    font-weight: 700;
    text-transform: uppercase;
}
#m1-form .popup-m1-form input[type="tel"]::-webkit-input-placeholder,
#m1-form .popup-m1-form input[type="text"]::-webkit-input-placeholder {color: #a9a9a9; opacity: 1;}
#m1-form .popup-m1-form input[type="tel"]:-moz-placeholde,
#m1-form .popup-m1-form input[type="text"]:-moz-placeholder {color: #a9a9a9; opacity: 1;}
#m1-form .popup-m1-form input[type="tel"]::-moz-placeholder,
#m1-form .popup-m1-form input[type="text"]::-moz-placeholder {color: #a9a9a9; opacity: 1;}
#m1-form .popup-m1-form input[type="tel"]:-ms-input-placeholder
#m1-form .popup-m1-form input[type="text"]:-ms-input-placeholder {color: #a9a9a9; opacity: 1;}
#m1-form .popup-m1-form input[type="tel"],
#m1-form .popup-m1-form input[type="text"]{
    width: 90%;
    height: 64px;
    margin-bottom: 16px;
    line-height: 64px;
    font-size: 17px;
    color: #222;
    background: #fff;
    text-indent: 20px;
    border: 1px solid #ccc;
    text-shadow: none;
}
#m1-form .popup-m1-form input[type="tel"]:focus,
#m1-form .popup-m1-form input[type="text"]:focus{
    border-color: #aaa;
}
#m1-form .popup-m1-form button{
    width: 90%;
    height: 68px;
    line-height: 68px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 700;
    letter-spacing: 0.7px;
    border-bottom: 3px solid #cd6c00;
    background: #ff8300;
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 0;
    -moz-box-shadow:    0 0 0 0;
    box-shadow:         0 0 0 0;
    text-shadow: 0px 0px 0px;
}
#m1-form .popup-m1-form button:hover{
    background: #ff8f00;
}
#m1-form .popup-m1-form button:active{
    top: -1px;
}
#m1-form .popup-m1-cont div.popup-m1-text2{
    text-align: center;
}
#m1-form .popup-m1-cont div.popup-m1-text2:before{
    content: '';
    position: relative;
    display: inline-block;
    width: 16px;
    height: 15px;
    margin: 0 10px 0 0;
    top: 2px;
    background: url(popup-m1-phone.png) 0 0 no-repeat;
}

/**********For screen**********/
 #overlay-popup-m1 {
    display: none;
    position:fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    z-index: 999999;
}
#overlay-popup-m1 {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #000;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
    -moz-opacity: 0.6;
    -khtml-opacity: 0.6;
    opacity: 0.6;
    z-index: 999999;
}
